home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2001 Haziran
/
CHIP Haziran2001.iso
/
prog
/
share
/
04
/
setup.exe
/
MM9.Cab
/
F1487_friends.asp.9B3B646D_CB56_4EAE_BAB7_3E7E8E41A649
< prev
next >
Wrap
Text File
|
2000-08-17
|
2KB
|
47 lines
<% Response.Status = "403 Forbidden" %>
<h3>friends.asp</h3>
<p>Access to this file via HTTP is forbidden.
<% Response.End %>
</p>
<pre>;
;
; *****************************************************************************
;
; include/friends.asp
;
; Dynamic Link
;
; COPYRIGHT (c) 1999-2000 Adobe Systems Incorporated. All rights reserved.
; -----------------------------------------------------------------------------
;
; Dynamic Link uses IP based security to protect access to the databases
; in a site. All the files in the info/ and actions/ado/ folders return a
; 403 Forbidden error unless a user's IP address matches one of the
; entries in this file.
;
; Entries are one per line, and consist of either a single machine IP address,
; or a network address followed by a netmask. Examples:
;
; 127.0.0.1 grant access to the local machine
; 151.32.156.78 grant access to machine 151.32.156.78
; 151.32.156.0 255.255.255.0 grant access to machines on net 151.32.156.0
; 10.0.0.0 255.0.0.0 grant access to machines on net 10.0.0.0
; 0.0.0.0 0.0.0.0 disable all security
;
; To determine a machine's IP or network address, run winipcfg on
; Windows '98, ipconfig on Windows NT, or look in the TCP/IP control
; panel on a Macintosh. If you need to grant access to a machine that has
; a dynamically allocated IP address, change the friends.asp file and upload it
; every time you receive a new address. Alternatively, you can use a
; network address and netmask that covers the entire block of possible
; dynamic addresses, but be aware that this will grant access to everyone else
; within that block.
;
; This file will not work correctly with Macintosh line breaks. If you
; edit it in GoLive, be sure to set the Web Database line break character
; to Windows (CR/LF).
127.0.0.1
;</pre>